home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
demos
/
anim
/
anim5.dem
< prev
next >
Wrap
Text File
|
1999-09-16
|
218b
|
12 lines
kp=xget("pixmap");
if kp=0, xset("pixmap",1);end;
plot3d();
t=-%pi:0.3:%pi;
for i=20:-1:1,xset("wwpc");
plot3d1(t,t,sin((i/10)*t)'*cos((i/10)*t),35,45," ",[2,0,0])
xset("wshow");
end
if kp=0, xset("pixmap",0);end;